Skip to content

Chore: [AEA-0000] - local workflow to update devcontainer#5

Merged
anthony-nhs merged 4 commits intomainfrom
local_workflow_to_update_devcontainer
Apr 1, 2026
Merged

Chore: [AEA-0000] - local workflow to update devcontainer#5
anthony-nhs merged 4 commits intomainfrom
local_workflow_to_update_devcontainer

Conversation

@anthony-nhs
Copy link
Copy Markdown
Contributor

Summary

  • Routine Change

Details

  • local workflow to update devcontainer

Copilot AI review requested due to automatic review settings April 1, 2026 10:02
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

This PR is linked to a ticket in an NHS Digital JIRA Project. Here's a handy link to the ticket:

AEA-0000

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a scheduled/manual GitHub Actions workflow intended to run a local composite action that bumps the devcontainer image version and opens a PR.

Changes:

  • Introduces a new scheduled workflow (cron: "0 6 * * 2") with workflow_dispatch.
  • Runs the repo’s local ./action.yml to update .devcontainer/devcontainer.json and create a PR via GitHub App credentials.

Comment thread .github/workflows/schedule_update_devcontainer.yml Outdated
Comment thread .github/workflows/schedule_update_devcontainer.yml
Comment thread .github/workflows/schedule_update_devcontainer.yml
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

fetch-depth: 0
persist-credentials: false
- name: Update devcontainer version
uses: ./action.yml
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uses: ./action.yml is likely invalid for a local action reference. uses expects a directory path containing an action.yml/action.yaml, not a file path, so this workflow will fail to load the action. Point uses at the repository root directory (or move the action into a dedicated folder and reference that folder).

Suggested change
uses: ./action.yml
uses: ./

Copilot uses AI. Check for mistakes.
@anthony-nhs anthony-nhs merged commit dc3a8c5 into main Apr 1, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants